home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Online / Socks5 / src / server / tcp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-10  |  810 b   |  20 lines

  1. /* Copyright (c) 1995-1999 NEC USA, Inc.  All rights reserved.               */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6.  
  7. /*
  8.  * $Id: tcp.h,v 1.8.4.1 1999/02/03 22:35:49 steve Exp $
  9.  */
  10.  
  11. /* This file (tcp.h) describes the external interface to all the functions   */
  12. /* provided in tcp.c.  In particular, it only describes one function,        */
  13. /* HandleTcpConnection.                                                      */
  14. #ifndef TCP_H
  15. #define TCP_H
  16.  
  17. extern int TcpSetup P((S5IOInfo *, S5LinkInfo *, S5CommandInfo *));
  18.  
  19. #endif
  20.